Skip to content

chore(deps)(deps): bump vuetify from 3.12.6 to 3.12.8 in /frontend#267

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vuetify-3.12.8
Closed

chore(deps)(deps): bump vuetify from 3.12.6 to 3.12.8 in /frontend#267
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vuetify-3.12.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps vuetify from 3.12.6 to 3.12.8.

Release notes

Sourced from vuetify's releases.

v3.12.8

🔧 Bug Fixes

  • focusTrap: prevent page scroll when capturing focus (be370cd), closes #22802
  • VNumberInput: keep both controls enabled when empty (5ce31e4)
  • VProgressLinear: avoid opacity:NaN when rendering with SSR (#22880) (7bdc82c), closes #22876

Other Commits

  • chore(release): publish v3.12.8 (8d5d16a)

v3.12.7

🔧 Bug Fixes

  • VSelect/VAutocomplete/VCombobox: keep menu open when scrolling (f7e7389), closes #22850
Commits
  • 8d5d16a chore(release): publish v3.12.8
  • 7bdc82c fix(VProgressLinear): avoid opacity:NaN when rendering with SSR (#22880)
  • 5ce31e4 fix(VNumberInput): keep both controls enabled when empty
  • be370cd fix(focusTrap): prevent page scroll when capturing focus
  • dea0f97 chore(release): publish v3.12.7
  • f7e7389 fix(VSelect/VAutocomplete/VCombobox): keep menu open when scrolling
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.12.6 to 3.12.8.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.12.8/packages/vuetify)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-version: 3.12.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

berntpopp added a commit that referenced this pull request Jun 12, 2026
…fix (#270)

* chore(deps): bump frontend minor and patch dependencies

Applies the dependabot frontend-minor-patch group (#269) plus the
individual vue (#263), vite (#265), and vuetify (#267) bumps in one
lockfile regeneration: axios 1.17.0, libphonenumber-js 1.13.6,
vue 3.5.38, vue-i18n 11.4.5, vuetify 3.12.8, vite 6.4.3, eslint 10.5.0,
happy-dom 20.10.2, vitest coverage/test-utils and related plugins.

vue-router stays at ^5.0.7: 5.1.0 declares peerOptional vite ^7 || ^8
and fails npm install against the vite 6 toolchain pinned here.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* ci(deps): bump codecov/codecov-action from 6 to 7

Supersedes dependabot #268.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(cli): load lazy group params before option parsing

Typer 0.25 no longer triggers the lazy proxy load before parsing
group-level options, so 'phentrieve text --interactive' failed with
'No such option'. Override get_params to load the proxied app on
demand, and preserve constructor help text when the loaded command
has none.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* chore(deps): upgrade typer to 0.25.1, authlib to 1.7.2, chromadb to 1.5.9

- authlib 1.7.2 fixes GHSA-r95x-qfjj-fjj2 (OIDC open redirect)
- chromadb 1.5.9 is the latest release; GHSA-f4j7-r4q5-qw2c has no
  patched version yet
- typer moves to 0.25.1; the 0.26 line (dependabot #264) vendors click
  as typer._click and breaks the lazy CLI groups at runtime (16 test
  failures) and under mypy, so the constraint stays <0.26.0 with a
  comment explaining why

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor(phenopackets): use context manager for HPO database access

Resolves the CodeQL py/should-use-with finding in
_get_hpo_version_from_db and adds unit coverage for the version
lookup, missing-metadata, and database-error paths.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* style(frontend): reformat test for prettier 3.8

The lockfile regeneration moved prettier from 3.7.4 to 3.8.3, which
formats ResultsDisplay.test.js differently and failed the CI
format:check gate.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* ci(security): make dependency scans pass against unfixable CVEs

- upgrade pyjwt to 2.13.0 and pip to 26.1.2 (fix pip-audit findings)
- hold chromadb at 1.5.7: 1.5.9 is equally vulnerable to
  GHSA-f4j7-r4q5-qw2c and changing the version trips the diff-based
  dependency review on a critical advisory with no patched release
- ignore CVE-2026-45829 (chromadb) and CVE-2025-3000 (torch) in
  pip-audit with dated comments; both have no fixed version upstream
  and already fail the scheduled scans on main

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* chore: bump patch versions for combined dependency update

phentrieve 0.21.3 -> 0.21.4, frontend 0.11.3 -> 0.11.4

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like vuetify is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 12, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/vuetify-3.12.8 branch June 12, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants